Click or drag to resize

BandwidthCollection Class

Represents a collection of Bandwidth objects.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpBandwidthCollection

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class BandwidthCollection : ICollection, 
	IEnumerable

The BandwidthCollection type exposes the following members.

Constructors
  NameDescription
Public methodBandwidthCollection
Initializes a new instance of the BandwidthCollection class.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements in the BandwidthCollection.
Public propertyIsSynchronized
Gets a value indicating whether access to the BandwidthCollection is synchronized (thread-safe).
Public propertyItemInt32
Gets the value associated with the specified index. In C#, this property is the indexer for the BandwidthCollection class.
Public propertyItemString
Gets the value associated with the specified type. In C#, this property is the indexer for the BandwidthCollection class.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the BandwidthCollection.
Public propertyTypes
Returns an array of all types.
Top
Methods
  NameDescription
Public methodAdd(Bandwidth)
Adds a Bandwidth to the collection.
Public methodAdd(String, Int32)
Adds a Bandwidth specified with the type and value to the collection.
Public methodClear
Removes all elements from the BandwidthCollection.
Public methodCopyTo
Copies the BandwidthCollection elements to a one-dimensional Array instance at the specified index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet(Int32)
Gets value of item at the specified position.
Public methodGet(String)
Gets value of the specified type.
Public methodGetEnumerator
Returns an IEnumerator that can iterate through the BandwidthCollection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes a Bandwidth specified with the type from the collection.
Public methodSet
Sets value of the specified type.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also